home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmmailc / _setup.1 / AHMTDsgMapiMail.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-01  |  4.6 KB  |  133 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTDsgMapiMail.pas' rev: 3.00
  6.  
  7. #ifndef AHMTDsgMapiMailHPP
  8. #define AHMTDsgMapiMailHPP
  9. #include <DsgnWnds.hpp>
  10. #include <LibIntf.hpp>
  11. #include <Buttons.hpp>
  12. #include <DsgnIntf.hpp>
  13. #include <AHMTMapiMail.hpp>
  14. #include <ExtCtrls.hpp>
  15. #include <StdCtrls.hpp>
  16. #include <Dialogs.hpp>
  17. #include <Forms.hpp>
  18. #include <Controls.hpp>
  19. #include <Graphics.hpp>
  20. #include <Classes.hpp>
  21. #include <SysUtils.hpp>
  22. #include <Messages.hpp>
  23. #include <Windows.hpp>
  24. #include <SysInit.hpp>
  25. #include <System.hpp>
  26.  
  27. //-- user supplied -----------------------------------------------------------
  28.  
  29. namespace Ahmtdsgmapimail
  30. {
  31. //-- type declarations -------------------------------------------------------
  32. class DELPHICLASS TMapiMailConfig;
  33. class PASCALIMPLEMENTATION TMapiMailConfig : public Dsgnwnds::TDesignWindow 
  34. {
  35.     typedef Dsgnwnds::TDesignWindow inherited;
  36.     
  37. __published:
  38.     Stdctrls::TButton* Button1;
  39.     Stdctrls::TListBox* ListBox1;
  40.     Stdctrls::TListBox* ListBox2;
  41.     Extctrls::TBevel* Bevel1;
  42.     Stdctrls::TLabel* Label1;
  43.     Stdctrls::TLabel* Label2;
  44.     Stdctrls::TButton* Button2;
  45.     Stdctrls::TButton* Button3;
  46.     Stdctrls::TButton* Button4;
  47.     Stdctrls::TButton* Button5;
  48.     Dialogs::TOpenDialog* OpenDialog1;
  49.     Dialogs::TSaveDialog* SaveDialog1;
  50.     Extctrls::TBevel* Bevel2;
  51.     Buttons::TSpeedButton* SpeedButton1;
  52.     Buttons::TSpeedButton* SpeedButton2;
  53.     Buttons::TSpeedButton* SpeedButton3;
  54.     void __fastcall Button3Click(System::TObject* Sender);
  55.     void __fastcall Button4Click(System::TObject* Sender);
  56.     void __fastcall Button5Click(System::TObject* Sender);
  57.     void __fastcall Button2Click(System::TObject* Sender);
  58.     void __fastcall ListBox1MouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState 
  59.         Shift, int X, int Y);
  60.     void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
  61.     void __fastcall Button1Click(System::TObject* Sender);
  62.     void __fastcall ListBox1Click(System::TObject* Sender);
  63.     void __fastcall SpeedButton1Click(System::TObject* Sender);
  64.     void __fastcall SpeedButton3Click(System::TObject* Sender);
  65.     void __fastcall SpeedButton2Click(System::TObject* Sender);
  66.     void __fastcall ListBox2MouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState 
  67.         Shift, int X, int Y);
  68.     
  69. protected:
  70.     DYNAMIC void __fastcall Activated(void);
  71.     
  72. public:
  73.     Ahmtmapimail::TAHMMapiMessages* FAHMMapiMessages;
  74.     virtual void __fastcall ComponentDeleted(Classes::TComponent* Component);
  75.     virtual void __fastcall FormClosed(Forms::TCustomForm* AForm);
  76.     __fastcall virtual ~TMapiMailConfig(void);
  77. public:
  78.     /* TDesignWindow.Create */ __fastcall virtual TMapiMailConfig(Classes::TComponent* AOwner) : Dsgnwnds::
  79.         TDesignWindow(AOwner) { }
  80.     
  81. public:
  82.     /* TCustomForm.CreateNew */ __fastcall TMapiMailConfig(Classes::TComponent* AOwner, int Dummy) : Dsgnwnds::
  83.         TDesignWindow(AOwner, Dummy) { }
  84.     
  85. public:
  86.     /* TWinControl.CreateParented */ __fastcall TMapiMailConfig(HWND ParentWindow) : Dsgnwnds::TDesignWindow(
  87.         ParentWindow) { }
  88.     
  89. };
  90.  
  91. class DELPHICLASS TAHMMapiProperty;
  92. class PASCALIMPLEMENTATION TAHMMapiProperty : public Dsgnintf::TClassProperty 
  93. {
  94.     typedef Dsgnintf::TClassProperty inherited;
  95.     
  96. public:
  97.     virtual void __fastcall Edit(void);
  98.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  99. public:
  100.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMMapiProperty(void) { }
  101.     
  102. public:
  103.     /* TObject.Create */ __fastcall TAHMMapiProperty(void) : Dsgnintf::TClassProperty() { }
  104.     
  105. };
  106.  
  107. class DELPHICLASS TAHMMapiAttachmentProperty;
  108. class PASCALIMPLEMENTATION TAHMMapiAttachmentProperty : public Dsgnintf::TClassProperty 
  109. {
  110.     typedef Dsgnintf::TClassProperty inherited;
  111.     
  112. public:
  113.     virtual void __fastcall Edit(void);
  114.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  115. public:
  116.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMMapiAttachmentProperty(void) { }
  117.     
  118. public:
  119.     /* TObject.Create */ __fastcall TAHMMapiAttachmentProperty(void) : Dsgnintf::TClassProperty() { }
  120.     
  121. };
  122.  
  123. //-- var, const, procedure ---------------------------------------------------
  124. extern PACKAGE TMapiMailConfig* MapiMailConfig;
  125. extern PACKAGE void __fastcall ConfigureMapiMail(Ahmtmapimail::TAHMMapiMessages* AHMMapiMessages);
  126.  
  127. }    /* namespace Ahmtdsgmapimail */
  128. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  129. using namespace Ahmtdsgmapimail;
  130. #endif
  131. //-- end unit ----------------------------------------------------------------
  132. #endif    // AHMTDsgMapiMail
  133.